<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* RESET ---------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  opacity:0.7;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: inline;
}

/* FLOATCTRL ---------------------------------------------- */

.clearfloat {
    overflow: hidden;
}

/* TYPOGRAPHY ---------------------------------------------- */

html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, verdana, sans-serif;
  line-height:1.5;
}

body {
  width: auto;
  font-size: 1.6rem;
/*  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

h1 {
  font-size: 2rem;
  line-height: 2;
}

h2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}

h3 {
  margin-top: 0.75rem;
  font-size: 1.8rem;
  line-height: 1.66;
}

h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding:0 0.75rem;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #ddd;
}

p,li {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/* PAGE TITLE ---------------------------------------------- */

.header {
  margin: 0 auto;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
}

.titlebar {
  background-color: black;
}

.setting {
  position: fixed;
  top: 0.25rem;
  left: 0px;
  width: 30px;
}

.r_search {
  position: fixed;
  top: 0.5rem;
  right: 10px;
  width: 30px;
}

.barbutton {
  text-align: center;
}

/* WATCH IMAGE ---------------------------------------------- */

.openillust {
  padding:0 5px 2px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  display: inline-block;
  background-color: #999;
  font-size: 1.5rem
  line-height: 1;
}

.closeillust {
  margin-bottom: 3px;
  padding: 0 5px 2px;
  border-radius: 5px;
  display: inline-block;
  background-color: #999;
  font-size: 1.5rem
  line-height: 1;
}

input[type="checkbox"].on-off{
  display: none;
}

input[type="checkbox"].on-off + div{
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
  height: 100%;
}

.modalillust {
  background-color: #eee;
}

/* TOC ---------------------------------------------- */

div#list_view {
  margin-top: 3rem;
}

#list_view ul li a {
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1.75rem;
  line-height: 1.25;
  background-color: #eee;
  border-radius: 7px;
}

.toc li {
  display: none;
}

.anchorjump {
  margin-bottom: 7rem;
}

/* MODEL TOP ---------------------------------------------- */

.search {
  margin-top: 3rem;
  text-align: center;
}
.search h2 {
  margin-bottom: 2rem;
}

.search img {
  display: inline-block;
  vertical-align: middle;
}

.search input {
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 0.5rem;
  font-size:1.8rem;
  background-color: #eee;
  border-radius: 5px;
  -webkit-appearance : none
}

.search #search {
  width: 15rem;
}

.search .button_s {
  padding: 0.3rem 0.5rem;
  font-size:1.6rem;
  font-weight: bold;
  color: white;
  background-color: #666;
}

.search p {
  margin-top: 2rem;
}

.link_frame {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #eee;
  border: 1px solid black;
}

.link_frame2 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #efe;
  border-radius: 5px;
}

.link_frame3 {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #ddf;
  border-radius: 5px;
}

.link_frame4 {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #dfd;
  border-radius: 5px;
}

.link_frame5 {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #ddd;
  border-radius: 5px;
}

.link_frame6 {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #fdd;
  border-radius: 5px;
}
.instructions {
  margin-top: 3rem;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}

.instructions2 {
  display: none;
  margin-top: 3rem;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}

.instructions h2 {
  margin-bottom: 1.5rem;
}

.flexbox {
  display: flex;
}

.flexbox a {
  width: 50%;
  margin: 0;
  height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center; 
}

.inst_manu {
  background-color: #777;
/*  background-image: url("../images/icon_manual.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.inst_prec {
  background-color: #000;
/*  background-image: url("../images/icon_prec.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.inst_faq {
  background-color: #000;
 /* background-image: url("../images/icon_faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.inst_service {
  background-color: #777;
/*  background-image: url("../images/icon_service.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.instructions a p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  color: white;
}

.notice {
  margin-top: 3rem;
}

.notice h2 {
  text-align: center;
}

.notice ul {
  margin-left: 2rem;
  list-style-type: disc;
}

.notice p {
  margin-top: 2rem;
  text-align: center;
}

.cplm_key {
  visibility: hidden;
}

/* NAVI for Desktop ---------------------------------------------- */
.navi {
  display: none;
}

/* FORM ---------------------------------------------- */

form p {
  text-align: center;
}

/* MAIN ---------------------------------------------- */

.main {
  margin: 0 10px;
}

.modelnumber {
  margin-top: 3.5rem;
  font-family: arial;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #bbb;
}

h3 {
  display: block;
  line-height: 1;
  margin-top: 3rem;
  padding-left: 0.5rem;
  color: darkblue;
  border-left: 5px solid darkblue;
}

h3.no-border {
  border: none;
}

ol {
counter-reset: number;
}

.tableline {
  margin-top: 0.25rem;
  padding:0 1rem;
  background-color: #ddd;
}

.tableline p {
  border-top: 2px solid #ccc;
}

.tableline p:first-child {
  padding-top: 2px;
  border-top: none;
}

.step li {
  margin-top: 0.75rem;
  padding-left: 3rem;
  text-indent: -3.25rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}

.step li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2.5rem;
  font-family: "Arial";
  font-style: italic;
  font-size: 2.5rem;
  text-align: right;
  color: #666;
  padding-right: 0.75rem;
}

.step p {
  padding-left: 3rem;
}

.procedures li {
  margin-top: 0.75rem;
  padding-left: 3rem;
  text-indent: -3.25rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}

.procedures li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2.5rem;
  font-family: "Arial";
  font-style: italic;
  font-size: 2.5rem;
  text-align: right;
  color: #099;
  padding-right: 0.75rem;
}

.proc_step {
  color: #099;
}


.memo {
  margin-top: 3rem;
}

.memo ul {
  margin-left: 2rem;
  font-size: 1rem;
  line-height: 1.25rem;
  list-style-type: disc;
}

.conditions ul {
  margin-left: 2rem;
  list-style-type: disc;
}

.hint {
  display: flex;
  margin-top: 0.25rem;
  line-height: 1.3;
  color: #666;
}

.hint p {
  padding: 0;
}

.hint p.st_hint {
  display: block;
  padding-left: 3.5rem;
  padding-right: 1rem;
  font-family: Times;
  font-weight: bold;
  color: red;
}

.hint p.n_hint {
  display: block;
  padding-right: 1rem;
  font-family: Times;
  font-weight: bold;
  color: red;
}

.square {
  margin: 0 0.2rem;
  padding: 0 0.4rem;
  font-family: Arial;
  line-height: 1;
  text-align: center;
  border: 1px solid black;
}

.circle {
  margin: 0 0.2rem;
  padding: 0 0.4rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background-image: url("../images/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c_mark {
  display: inline-block;
  padding-left: 2.5rem;
  font-weight: bold;
  vertical-align: center;
  background-image: url("../images/c_mark.png");
  background-size: auto 2rem;
  background-repeat: no-repeat;
  background-position: left;
}

.d_mark {
  display: inline-block;
  padding-left: 2.5rem;
  font-weight: bold;
  vertical-align: center;
  background-image: url("../images/d_mark.png");
  background-size: auto 2rem;
  background-repeat: no-repeat;
  background-position: left;
}

.g_mark {
  display: inline-block;
  padding-left: 2.5rem;
  font-weight: bold;
  vertical-align: center;
  background-image: url("../images/g_mark.png");
  background-size: auto 2rem;
  background-repeat: no-repeat;
  background-position: left;
}

.relations {
  margin-top: 5rem;
}

.relations p {
  padding: 0.5rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  color: darkblue;
  border-bottom: 1px solid darkblue;
}

.relations a {
  margin-top: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  border-radius: 7px;
}

.relations_s {
  margin-top: 1rem;
  text-align: center;
}

.relations_s a {
  margin-top: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  border-radius: 7px;
}

.relations2 {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.relations2 p {
  padding: 0.5rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  color: darkblue;
  border-bottom: 1px solid darkblue;
  text-align: center;
}

.relations2 a {
  margin-top: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  border-radius: 7px;
}

.nextitem {
  margin-top: 3rem;
}

.cpr_m {
  clear: both;
  margin: 3.2rem 0;
  padding: 0px 0 2px;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 0.8rem;
  text-align: center;
}

.image {
  margin-top: 1rem;
  text-align: center;
}

.image2 {
  border: 1px solid black;
}

.image3 {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid black;
}


table {
  margin: 0 auto;
  margin-top: 1rem;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
}

/* ONLY for IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, table { table-layout: fixed;    
  }
}

table tr th,td {
  padding: 1rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.table_type01 th {
  background-color: #ddd;
}

.table_type02 td {
  text-align: left;
}

.table_type02 td:nth-child(1) {
  padding-right: 0;
  text-align: right;
  width: 4rem;
}

.table_type02 th {
  padding-left: 0;
  text-align: left;
  font-size: 2.5rem;
  width: 5.5rem;
}

.table_type03 th {
  background-color: #ddd;
  width:20%;
}

.table_type03 td:nth-child(2) {
  vertical-align: middle;
}

.table_type03 td:nth-child(3) {
  text-align: left;
  width:55%;
}

.table_type04 th {
  background-color: #ddd;
}

.table_type04 td {
  text-align: left;
}

.table_type04 td:nth-child(2) {
  font-weight: bold;
}

.step .table_type04 {
  margin-left: 3rem;
}

.table_type05 th {
  background-color: #ddd;
}

.step .table_type05 {
  margin-left: 3rem;
}

.cell_type_left {
  text-align: left;
}

.blackwhite {
  background-color: black;
  color: white;
  font-weight: bold;
}

.blackbox {
  margin-top: 1rem;
  padding: 1.2rem;
  text-align: center;
  border: 1px solid black;
}

.step .blackbox {
  margin-left: 3rem;  
}


.blackbox2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 1.2rem;
  border: 1px solid black;
}

.blackbox2 p:first-child {
  text-align: center;
  font-weight: bold;
}

.image_caption {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.redbox {
  margin-top: 1rem;
  padding: 0.5rem;
  border: 1px solid black;
  background-color: #fef;
}

.redbox p:first-child {
  text-align: center;
  font-weight: bold;
  color: red;
}

.redbox p:nth-child(2) {
  text-align: center;
  font-weight: bold;
}

.bluebox {
  margin-top: 1rem;
  padding: 0.5rem;
  border: 1px solid black;
  background-color: #eff;
}

.bluebox p:first-child {
  text-align: left;
  font-weight: bold;
  color: blue;
}

.bluebox p:nth-child(2) {
  text-align: center;
  font-weight: bold;
}

.greenbox {
  margin-top: 1rem;
  padding: 0.5rem;
  border: 1px solid green;
  background-color: #efe;
}

.greenbox p:first-child {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: darkgreen;
}

.greenbox p:nth-child(2) {
  text-align: left;
}


.seemovie{
  float: right;
  display: block;
  margin: 5px 10px 5px 0px;
  padding: 0 0.25rem 0;
  font-size: 1.5rem;
  border: 1px solid black;
}

.no-red {
  font-weight: bold;
  color: red;
}

.sp_button {
  display: block;
  margin: 0.25rem;
  padding: 0.5rem;
  line-height: 1.25;
  background-color: #eee;
  border-radius: 5px;
}

.dp_incorrect {
  display: none;
}


.tr_start {
  margin-top: 2.5rem;
  text-align: center;
}

.tr_start input {
  margin: 0.75rem auto;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #fdd;
  border: none;
  border-radius: 7px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.tr_initial {
  display: none;
}

.tr_qa_initial {
  display: none;
}

.tr_qa_initial {
  margin-top: 2.5rem;
  text-align: center;
}

.tr_qa_initial p {
  padding: 0.5rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  color: green;
  border-bottom: 1px solid green;
}

.tr_qa_initial input {
  margin: 0.75rem auto;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #fdd;
  border: none;
  border-radius: 7px;
  font-size: 1.75rem;
  font-weight: bold;
}

.tr_qa_initial input:nth-child(2) {
  background-color: #dfd;
}

.twitter {
    display: inline-block;
    border: 1px solid #777777;
}

.notice_text {
    border: 1px solid #777777;
    padding: 1em;
}

.notice_text_alert {
    border-color: #ff0c00;
    color: #ff0c00;
}

.notice_text h3, notice_text_alert h3 {
    color: inherit;
    border-left-color: inherit;
}



/* FOOTER ---------------------------------------------- */

footer {
  clear: both;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 1rem;
  text-align: center;
}

footer a:link {
  color: white;
}

footer a:visited {
  color: white;
}

.gohome {
  float: left;
  display: block;
  margin: 5px 0px 5px 10px;
  padding: 0 0.25rem 0 2.5rem;
  font-size: 1.5rem;
  border: 1px solid white;
  vertical-align: center;
  background-image: url("../images/home.png");
  background-size: auto 1.3rem;
  background-repeat: no-repeat;
  background-position: 0.25rem 0.3rem;
}

.gotop {
  float: left;
  display: block;
  margin: 5px 0px 5px 10px;
  padding: 0 0.25rem 0;
  font-size: 1.5rem;
  color: white;
  border: 1px solid white;
  vertical-align: center;
}

.info{
  float: right;
  display: block;
  display: inline;
  margin: 5px 10px 5px 0px;
  font-size: 1.7rem;
}

.deeper{
  float: right;
  display: block;
  margin: 5px 10px 5px 0px;
  padding: 0 0.25rem 0;
  font-size: 1.5rem;
  border: 1px solid white;
}

.cpr_d {
  width: 100%;
  color: white;
  font-size: 1rem;
  text-align: center;
  display: none;
}

/* MEDIA QUERY ---------------------------------------------- */
@media screen and (min-width : 768px) {
html {
  font-size: 75%;
}

.navi .modelimage,.navimenu {
  border: 1px solid black;
}

.navi {
  width: 34%;
  margin-right: 20px;
  margin-bottom: 3rem;
  display: inline-block;
  float: right;
  text-align: center;
}

.navi h2 {
  margin:0;
  font-size: 1.5rem;
  color: white;
  background-color: #666;
}

.navi ul {
  margin: 1rem 0;
  padding:0 1rem;
}

.navi ul li a {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
  background-color: #ddd;
  border-radius: 7px;
}

.navi ul li a.selected {
  background-color: #aaa;
}

.navimenu {
  margin-top: 1rem;
}

.main {
  width: 60%;
  margin-top: 5rem;
  margin-left: 20px;
  padding-bottom: 3rem;
}

.setting,.barbutton,.gohome,.gotop,.info,.deeper,.cpr_m {
  display: none;
}

.cpr_d {
  display: block;
}

.instructions {
  margin-left: 0px;
  margin-right: 0px;
}

.instructions2 {
  display: block;
  margin-left: 0px;
  margin-right:0px;
}

}
</pre></body></html>